Package-level declarations
Types
Link copied to clipboard
Provides access to the Bitly API v4.
Link copied to clipboard
data class CallResponse(val body: String = Constants.EMPTY_JSON, val message: String = "", val description: String = "", val statusCode: Int = -1)
Provides a data class to hold the JSON response.